home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Odisc.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
335b
|
12 lines
#ifndef _ODISC_H_
#define _ODISC_H_
enum
{
PRIM_DISC_IRAD = 1160, // REAL - Inner Radius [>=0.0]
PRIM_DISC_ORAD = 1161, // REAL - Outer Radius [>=Inner Radius]
PRIM_DISC_CSUB = 1162, // LONG - Disc-Cap Subdivision [>0]
PRIM_DISC_SEG = 1163 // LONG - Rotational Segments [>2]
};
#endif